Vaporize more linux-isms.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 24 Aug 2002 03:00:59 +0000 (03:00 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 24 Aug 2002 03:00:59 +0000 (03:00 +0000)
gpsbabel/coldsync/pdb.c

index d34d05ea2a5688e8a19ec28afe9761eda429bca5..1d1b85980c5955fc8636cc8508a7bd79a8a16272 100644 (file)
@@ -6,7 +6,7 @@
  *     You may distribute this file under the terms of the Artistic
  *     License, as specified in the README file.
  *
- * $Id: pdb.c,v 1.1 2002-08-16 06:13:10 robertl Exp $
+ * $Id: pdb.c,v 1.2 2002-08-24 03:00:59 robertl Exp $
  */
 /* XXX - The way zero-length records are handled is a bit of a kludge. They
  * shouldn't normally exist, with the exception of expunged records. But,
@@ -26,8 +26,6 @@
 #include <stdio.h>
 #include <fcntl.h>             /* For open() */
 #include <sys/types.h>
-// #include <sys/uio.h>
-// #include <sys/param.h>              /* For MAXPATHLEN */
 #include <unistd.h>
 #include <stdlib.h>
 #include <time.h>